home *** CD-ROM | disk | FTP | other *** search
/ The Stock Market: Browser - Disc 1 / TheStockMarketRoyaltyFreeImages-BrowserDisc1-WinMac.bin / mac / Français / Main.dir / 00014_Script_About frame script < prev    next >
Text File  |  2000-02-10  |  547b  |  31 lines

  1. on exitFrame
  2.   global gPrintWhat
  3.   put "about" into gPrintWhat
  4.   
  5.   superActivate(AboutButt)
  6.   
  7.   deactivate(moreButt)
  8.   deactivate(launchButt)
  9.   deactivate(quitButt)
  10.   deactivate(netButt)
  11.   deactivate(gPrintButt)
  12.   
  13.   turnOn(aboutbutt)
  14.   turnOn(transbutt)
  15.   turnOn(digbutt)
  16.   turnOn(catalogbutt)
  17.   
  18.   global gAppButton
  19.   if gAppButton = 1 then
  20.     turnOn(AppButt)
  21.   end if
  22.   
  23.   superActivate(MoreButt)
  24.   superActivate(AboutButt)
  25.   
  26.   global gPrimException
  27.   put 15 into gPrimException
  28.   cursor 0
  29.   updateStage
  30.   
  31. end